From 982c52e60f4678faa1d290f3593e605ceb937f4c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Feb 2014 12:06:17 +0000 Subject: [PATCH] curl: enable cookie support by default - increases .ipk by around 3K (#14518) SVN-Revision: 39503 --- libs/curl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/curl/Config.in b/libs/curl/Config.in index a52b18ec1..086f5c244 100644 --- a/libs/curl/Config.in +++ b/libs/curl/Config.in @@ -27,7 +27,7 @@ endchoice config LIBCURL_COOKIES bool "Enable cookies support" - default n + default y config LIBCURL_CRYPTO_AUTH bool "Enable cryptographic authentication" -- 2.30.2